home *** CD-ROM | disk | FTP | other *** search
/ Inside Mac Games Volume 5 #8 / IMG 51 Vol 5-8.iso / Goodies / More For Your Games / MacMAME / Documentation / MAME What's New / MAME What's New.rsrc / TEXT_136.txt < prev    next >
Text File  |  1997-10-20  |  2KB  |  62 lines

  1. 0.22
  2.  
  3. Program:
  4. - Nicola added COMMANDO!!  Another of my favourite games back to life ;)
  5.   High score supported as well.  Original Sound is done by YM2203
  6.   (FM synthesis) while now is done by 8910 (no FM).
  7.   So music is not present.
  8.  
  9. - And here it is:  thanks to Roberto Ventura's superdetailed documentation
  10.   I've added Ghost 'n Goblin support.  I lost one week because of a bug in
  11.   the new 6809 emulator, so I switch back to the previous one.  Big thanks
  12.   to Nicola that fixed some stupid bugs in color palette generation. ;)
  13.   We need a skilled player.  READ THE README.TXT FILE!
  14.  
  15. - Another one added:  based on GnG hardware I've added Diamond Run support.
  16.   Don't know if the banks mode switch is right, it's too slow for me
  17.   to go further the first level!
  18.  
  19. - Added Vulgus support.  Colors are wrong unless I find the color proms.
  20.   High score save supported.  I played around with Dip Switches: they are
  21.   almost right, though, but there should be also a sound toggle while in
  22.   attract mode.
  23.  
  24. - Rick Wirch (wirch@execpc.com) proposed a better optimization to Cpu_readmem
  25.   and Cpu_writemem.  Speed results are good under DOS and Windows.
  26.  
  27. - Brad Oliver provided me a lot of suggestions to improve portability and
  28.   fixed a lot of bugs.
  29.  
  30. - Paul Berberich fixed some colors of Congo Bongo.  They are not right but
  31.   a lot better of the previous.  Screenshots could be useful.
  32.  
  33. - I have fixed colors in Centipede.  Thanks to Ivan Mackintosh for sending
  34.   me the info.
  35.  
  36. - Nicola added cars in radar update of RallyX and improved color palette
  37.   emulation in Bombjack which has now perfect colors.
  38.  
  39. - Fixed credit bugs in Elevator Action and Turtles.  REMEMBER TO DELETE
  40.   THE PREVIOUS .DSW FILES OTHERWISE THE GAMES WON'T WORK PROPERLY!
  41.  
  42. - Added preliminary sound support to Elevator Action and Jungle King.
  43.   Tarzan yell scream sample missing.
  44.  
  45. - Time pilot has now 100% correct colors (thanks Virtu-Al!).
  46.  
  47. - Some fixes to sprite priority in Frogger.
  48.  
  49. - Added high score support to Amidar, Frogger.
  50.  
  51. - Added Phoenix Amstar (clone) support, Pac Man Plus (clone) and fixed
  52.   all Invader's clones bugs.  Also fixed charset of all Invader's clones.
  53.  
  54. Sources:
  55. - Changed CPUIntrf regarding readmem/writemem optimizations
  56.  
  57. - Minor fixes to some drivers
  58.  
  59. - Bernd Wiebelt provided modifications to MSDOS.C for Vesa 2.0 linear
  60.   and banked extensions.  Also inline assembly double pixeling provided
  61.   a faster approach on slower videocards.  Check the readme.txt file for
  62.   new video options.